home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / bestutil.zip / GCOPY.DOC < prev    next >
Text File  |  1980-01-01  |  1KB  |  35 lines

  1. /*  GCOPY.C
  2.  
  3.     Copyright (c) 1984, Gordon Lee Waite
  4.                 413 W. Pleasant Street
  5.                 Maquoketa, Iowa  52060
  6.  
  7.     summary:    gcopy d:xxxxxxx.xxx t:
  8.  
  9.     arguments:    d:xxxxxxxx.xxx specifies the ambiguous file
  10.             name used for the target search
  11.  
  12.             if the d:xxxxxxxx.xxx is left out, GCOPY
  13.             assumes the users wants *.*
  14.  
  15.             t: specifies the drive for the output
  16.  
  17.     description:    GCOPY is used to copy files from one drive to
  18.             another.  The user may enter an ambiguous
  19.             file request and drive specifier.  The program
  20.             then goes through the matching files it finds
  21.             in the directory and asks the user if he wants
  22.             to copy over this file.  The program keeps
  23.             track of the desired files, then copies them
  24.             after all have been specified.
  25.  
  26.     This program was compiled using the Manz Aztec C Compiler
  27.  
  28.     The compile and link process is as follows:
  29.  
  30.     c86 gcopy.c
  31.     as86 -o gcopy.o gcopy.asm
  32.     ln -o gcopy.exe gcopy.o dosa.lib videoa.lib libc.lib
  33.     multdel gcopy.o gcopy.asm
  34. */
  35.